home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TARCCONVFORM / TARCCONVFORM.txt < prev   
Text File  |  2004-04-06  |  6KB  |  300 lines

  1. object ARCConvForm: TARCConvForm
  2.   Left = 227
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Archive Converter'
  7.   ClientHeight = 347
  8.   ClientWidth = 456
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Position = poDefault
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgLed: TImage
  22.     Left = 625
  23.     Top = 447
  24.     Width = 10
  25.     Height = 10
  26.     AutoSize = True
  27.     Center = True
  28.     Picture.Data = {<image000.bmp>}
  29.     Visible = False
  30.   end
  31.   object Label4: TLabel
  32.     Left = 10
  33.     Top = 291
  34.     Width = 105
  35.     Height = 16
  36.     AutoSize = False
  37.     Caption = 'Com&pression:'
  38.     FocusControl = CompressionBox
  39.   end
  40.   object Label2: TLabel
  41.     Left = 8
  42.     Top = 96
  43.     Width = 51
  44.     Height = 13
  45.     Caption = 'Total Files:'
  46.   end
  47.   object Label1: TElLabel
  48.     Left = 8
  49.     Top = 24
  50.     Width = 56
  51.     Height = 13
  52.     Caption = 'Current File:'
  53.   end
  54.   object ListBox1: TMemo
  55.     Left = 8
  56.     Top = 148
  57.     Width = 441
  58.     Height = 162
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -12
  62.     Font.Name = 'Courier New'
  63.     Font.Style = []
  64.     Lines.Strings = (
  65.       'MessageMemo')
  66.     ParentFont = False
  67.     ReadOnly = True
  68.     ScrollBars = ssVertical
  69.     TabOrder = 10
  70.   end
  71.   object btnOK: TButton
  72.     Left = 57
  73.     Top = 317
  74.     Width = 105
  75.     Height = 25
  76.     Caption = '&OK'
  77.     Default = True
  78.     TabOrder = 11
  79.     OnClick = btnOKClick
  80.   end
  81.   object CloseButton: TButton
  82.     Left = 174
  83.     Top = 317
  84.     Width = 105
  85.     Height = 25
  86.     Caption = '&Close'
  87.     TabOrder = 12
  88.     OnClick = CloseButtonClick
  89.   end
  90.   object CorelButton3: TButton
  91.     Left = 292
  92.     Top = 317
  93.     Width = 105
  94.     Height = 25
  95.     Caption = '&Help'
  96.     TabOrder = 13
  97.     OnClick = CorelButton3Click
  98.   end
  99.   object Browse: TButton
  100.     Left = 168
  101.     Top = 148
  102.     Width = 89
  103.     Height = 25
  104.     Caption = '&Add Files...'
  105.     TabOrder = 3
  106.     OnClick = BrowseClick
  107.   end
  108.   object CorelButton1: TButton
  109.     Left = 360
  110.     Top = 148
  111.     Width = 89
  112.     Height = 25
  113.     Caption = 'R&emove'
  114.     TabOrder = 5
  115.     OnClick = CorelButton1Click
  116.   end
  117.   object CompressionBox: TComboBox
  118.     Left = 128
  119.     Top = 289
  120.     Width = 321
  121.     Height = 21
  122.     Style = csDropDownList
  123.     ItemHeight = 13
  124.     TabOrder = 9
  125.   end
  126.   object CompMode: TRadioGroup
  127.     Left = 8
  128.     Top = 242
  129.     Width = 442
  130.     Height = 41
  131.     Caption = ' Destination &Format '
  132.     Columns = 5
  133.     ItemIndex = 0
  134.     Items.Strings = (
  135.       'ZIP'
  136.       'CAB'
  137.       'LHA'
  138.       'BH'
  139.       'TAR')
  140.     TabOrder = 8
  141.     OnClick = CompModeClick
  142.   end
  143.   object RadioGroup1: TRadioGroup
  144.     Left = 8
  145.     Top = 174
  146.     Width = 442
  147.     Height = 65
  148.     Caption = ' Destination Folder  '
  149.     ItemIndex = 0
  150.     Items.Strings = (
  151.       'File'#39's Current Folder'
  152.       'Custom Folder:')
  153.     TabOrder = 6
  154.   end
  155.   object ProgressBar1: TProgressBar
  156.     Left = 8
  157.     Top = 40
  158.     Width = 441
  159.     Height = 25
  160.     Min = 0
  161.     Max = 100
  162.     Step = 1
  163.     TabOrder = 0
  164.   end
  165.   object ProgressBar2: TProgressBar
  166.     Left = 8
  167.     Top = 112
  168.     Width = 441
  169.     Height = 25
  170.     Min = 0
  171.     Max = 100
  172.     Step = 1
  173.     TabOrder = 1
  174.   end
  175.   object Button1: TButton
  176.     Left = 264
  177.     Top = 148
  178.     Width = 89
  179.     Height = 25
  180.     Caption = 'Add F&older...'
  181.     TabOrder = 4
  182.     OnClick = Button1Click
  183.   end
  184.   object listview1: TdfsExtListView
  185.     Left = 7
  186.     Top = 6
  187.     Width = 442
  188.     Height = 139
  189.     SmallImages = dfsSystemImageList1
  190.     Columns = <
  191.       item
  192.         Caption = 'Name'
  193.         Width = 100
  194.       end
  195.       item
  196.         Alignment = taRightJustify
  197.         Caption = 'Size'
  198.         Width = 100
  199.       end
  200.       item
  201.         Caption = 'Path'
  202.         Width = 189
  203.       end>
  204.     ExtendedStyles = [lvxFullRowSelect]
  205.     SaveSettings.RegistryKey = 'Software\PowerArc'
  206.     SaveSettings.SaveCurrentSort = False
  207.     ColumnsFormat = <>
  208.     ShowSortArrows = True
  209.     ReadOnly = True
  210.     MultiSelect = True
  211.     OnColumnClick = listview1ColumnClick
  212.     TabOrder = 2
  213.     ViewStyle = vsReport
  214.     OnKeyDown = listview1KeyDown
  215.   end
  216.   object Edit1: TElButtonEdit
  217.     Left = 128
  218.     Top = 211
  219.     Width = 313
  220.     Height = 21
  221.     Cursor = crIBeam
  222.     UseCustomScrollBars = True
  223.     NotifyUserChangeOnly = True
  224.     TopMargin = 2
  225.     RightMargin = 5
  226.     AutoSize = False
  227.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  228.     LineBorderActiveColor = clBlack
  229.     LineBorderInactiveColor = clBlack
  230.     ButtonCaption = '...'
  231.     ButtonColor = clBtnFace
  232.     ButtonDown = False
  233.     ButtonEnabled = True
  234.     ButtonFlat = False
  235.     ButtonNumGlyphs = 1
  236.     ButtonPopupPlace = ppDown
  237.     ButtonShortcut = 0
  238.     ButtonUseIcon = False
  239.     ButtonVisible = True
  240.     ButtonWidth = 15
  241.     OnButtonClick = CorelButton4Click
  242.     AltButtonColor = clBtnFace
  243.     AltButtonDown = False
  244.     AltButtonEnabled = True
  245.     AltButtonFlat = False
  246.     AltButtonNumGlyphs = 1
  247.     AltButtonPopupPlace = ppDown
  248.     AltButtonShortcut = 0
  249.     AltButtonUseIcon = False
  250.     AltButtonVisible = False
  251.     AltButtonWidth = 15
  252.     BorderStyle = bsSingle
  253.     Ctl3D = True
  254.     ParentCtl3D = False
  255.     TabOrder = 7
  256.     ParentColor = False
  257.     DockOrientation = doNoOrient
  258.     DoubleBuffered = False
  259.   end
  260.   object Openbox: TAgOpenDialog
  261.     Filter = 
  262.       'ZIP/JAR (Java ARchiver) files, Quake3 files|*.zip;*.jar;*.pk3|RA' +
  263.       'R files|*.rar|LHA files|*.lzh;*.lha|ARJ files|*.arj|ARC files|*.' +
  264.       'arc|ZOO files|*.zoo|ACE files|*.ace|CAB files|*.cab|BlakHole fil' +
  265.       'es|*.bh|TAR/GZIP/BZIP2 files|*.tar;*.gz;*.z;*.tgz;*.bz;*.bz2;*.t' +
  266.       'bz;*.tbz2;*.taz;*.z|All archives|*.zip;*.jar;*.pk3;*.rar;*.lha;*' +
  267.       '.lzh;*.arj;*.arc;*.zoo;*.ace;*.cab;*.bh;*.tar;*.gz;*.tgz;*.bz;*.' +
  268.       'bz2;*.tbz;*.z|All files|*.*'
  269.     FilterIndex = 11
  270.     InitialDir = 'OpenBox'
  271.     ShowPlacesBar = True
  272.     Left = 43
  273.     Top = 8
  274.   end
  275.   object FormStorage1: TFormStorage
  276.     UseRegistry = True
  277.     StoredProps.Strings = (
  278.       'RadioGroup1.ItemIndex'
  279.       'CompMode.ItemIndex'
  280.       'Edit1.Text')
  281.     StoredValues = <>
  282.     Left = 24
  283.     Top = 48
  284.   end
  285.   object dfsSystemImageList1: TdfsSystemImageList
  286.     ShareImages = True
  287.     ImageSize = isSmall
  288.     Left = 54
  289.     Top = 32
  290.   end
  291.   object DropFileTarget1: TDropFileTarget
  292.     Dragtypes = [dtCopy]
  293.     GetDataOnEnter = True
  294.     OnDrop = DropFileTarget1Drop
  295.     ShowImage = True
  296.     Left = 8
  297.     Top = 40
  298.   end
  299. end
  300.